@font-face {
    font-family: Montserrat-Regular;
    src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
}
@font-face {
    font-family: Montserrat-Medium;
    src: url("../fonts/Montserrat/Montserrat-Medium.ttf");
}
.sidebar {
    float: left;
    width: 20%;
}

.sidebar-heading {
    padding: 10px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #eee;
    font-size: 1.6em;
}

/* .filter-item {
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
} */

.filter-item-inner {
    border-bottom: 2px solid white;
}

.filter-item-inner-heading {
    position: relative;
    padding: 10px;
    padding-right: 30px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2em;
    cursor: pointer;
    color: black;
    background-color: ghostwhite;
    /* border-radius: 10px; */
    border-bottom: 1px solid #ccc;
}

.filter-item-inner-heading.minus:after,
.filter-item-inner-heading.plus:after {
    position: absolute;
    right: 20px;
    font-size: 0.6em;
}

.filter-item-inner-heading.minus:after {
    font-family: "FontAwesome";
    content: "\f067";
    transform: rotate(-90deg);
    font-size: 13px;
    transition: transform 0.3s ease;
    color: #676767;
}

.filter-item-inner-heading.plus:after {
    font-family: "FontAwesome";
    content: "\f00d";
    transform: rotate(-90deg);
    font-size: 13px;
    transition: transform 0.3s ease;
    color: #014785;
}

.filter-attribute-list {
    overflow: hidden;
    /* background-color: ghostwhite;
  border-radius: 10px; */
}

.filter-attribute-list-inner {
    padding: 15px 25px 15px;
}

.filter-attribute-item {
    padding-left: 10px;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.filter-attribute-item:first-child {
    margin-top: 0;
}

.filtro-titulo {
    font-family: Montserrat-Medium;
    color: #014785;
}

.filtro-titulo i {
    margin-right: 10px;
}

#numero-resultados {
    font-family: Montserrat-Regular;
}

/* Estilo del checkbox */
.filter-attribute-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #007bff;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

/* Estilo del tick del checkbox */
.filter-attribute-checkbox:checked::after {
    content: "\2713";
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.filter-attribute-checkbox:checked {
    background-color: #007bff;
}

.checkbox-label {
    /* padding-left: inherit; */ /*COMENTADO PORQUE MUY LEJOS SE VEÍA EL CHECKBOX*/
    padding-left: 5px; /*AGREGADO*/
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    font-family: Montserrat-Regular;
}
/* Estilo del checkbox */

#ordenacion-productos {
    width: 100%;
}

.ordenacion-productos,
.ordenacion-filtros {
    height: 40px;
    width: 50%;
    display: flex;
    justify-content: center;
    margin: 0 5px;
    cursor: pointer;
}
.ordenacion-productos:hover,
.ordenacion-filtros:hover {
    background-color: #349bc4;
    button {
        color: white;
    }
}

#boton-aplicar-filtros {
    text-align: center;
}
.boton {
    border-radius: 23px !important;
    /* background-color: #014785 !important; */
    background: linear-gradient(to right, #014785 0%, #349BC4 100%);
    text-transform: uppercase;
    margin-top: 20px !important;
    font-family: Montserrat-Medium !important;
    font-size: 15px;
    width: 70%;
    padding: 10px !important;
}
.boton:hover {
    background-color: #349bc4 !important;
    background: linear-gradient(to right, #349BC4 0%, #014785 100%);
}
.subtitulo:hover,
.checkbox-label:hover,
.clicked {
    color: #014785 !important;
    font-family: Montserrat-Medium !important;
}

/* @media only screen and (max-width: 768px) {
    .block.filter, .block-title-container {
        background: #fff;
    }
  }
  
  @media only screen and (max-width: 768px) {
  .block.filter, .block-title-container {
      display: flex;
      margin: 0 -15px;
  }
  }
  
  @media only screen and (max-width: 768px) {
  .block.filter, .block-title-container .block-title.filter-title {
      display: inline-block;
      text-decoration: none;
  }
  }
  
  @media only screen and (max-width: 768px) {
  .block.filter, .block-title-container, .block-title {
      width: 50%;
      margin: 0;
      padding: 10px;
      border: 1px solid #1b1b1b;
      border-width: 1px 1px 1px 0;
      text-align: center;
  }
  }
  
  @media only screen and (max-width: 768px) {
  .block.filter, .block-title-container, .block-title.filter-title:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 20px;
      line-height: 1;
      content: "\e870";
      font-family: 'summa-icons';
      margin: 0 3px 0 0;
      vertical-align: middle;
      display: inline-block;
      font-weight: 400;
      overflow: hidden;
      speak: none;
      text-align: center;
  }
  }
  
  @media only screen and (max-width: 768px) {
  .block.filter, .block-title-container, .block-title {
      width: 50%;
      margin: 0;
      padding: 10px;
      border: 1px solid #1b1b1b;
      border-width: 1px 1px 1px 0;
      text-align: center;
  }
  } */

/* ESTILOS DE ORDERNAR POR*/
/* .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 40px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #349BC4;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: #349BC4;
}
.select-styled:active, .select-styled.active {
  background-color: #349BC4;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #349BC4;
}
.select-options li {
  margin: 0;
  padding: 6px 0;
  text-indent: 15px;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover, .select-options li.is-selected {
  color: #676767;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
} */
/* ESTILOS DE ORDERNAR POR*/
